home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2894 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: feenix.metronet.com!arlin
  2. From: arlin@metronet.com (Arlin Collins)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Zipcode example program?
  5. Date: 24 Jan 1996 20:26:43 GMT
  6. Organization: Texas Metronet, Inc  (login info (214/488-2590 - 817/571-0400))
  7. Message-ID: <4e64m3$lrl@feenix.metronet.com>
  8. References: <Pine.SOL.3.91.960117003751.22062K-100000@lore.cs.purdue.edu> <4e3rut$2un@tlaltec.tezcat.com>
  9. NNTP-Posting-Host: fohnix.metronet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Edwin Walker (ewalker@tezcat.com) wrote:
  13. : This is kinda of easy if you have the right data.  If you have access to the US 
  14. : POSTAL database.  They give you the longitude/latitude for every zip code then 
  15. : it is very easy to compute the distance, if you have access to the TIGER/+4 
  16. : database, also available from the US Postal service, you could compute the 
  17. : distances from Plus+4 zips.
  18.  
  19. : The following company has zipzip a program that you could use to determine 
  20. : distances between Zip codes, not Zip plus for.  You have to do extra work to 
  21. : find the distance between Zip+4.  I have done it, if you like I can tell you 
  22. : how I did it.
  23.  
  24.  
  25.  
  26. :     Group Benefits Shoppers
  27. :     2500 Central Ave., Suite G
  28. :     Boulder, CO. 80303
  29. :     (303) 449-4897
  30. :     FAX (303) 449-0797
  31.  
  32. :                     Edwin
  33.  
  34.  
  35.  
  36.  
  37. : In article <Pine.SOL.3.91.960117003751.22062K-100000@lore.cs.purdue.edu>, 
  38. : cookca@cs.purdue.edu says...
  39. : >
  40. : >Anyone have an example program that computes the distance between two 
  41. : >zipcodes?
  42. : >
  43. : >Craig
  44.  
  45.      ftp  ftp.census.gov//pub/tiger/zipcodes/zip.txt
  46.  
  47.      the ascii file (2.5Meg) contains
  48.      zip5,  city, state,  lat/lon  (DDDMMSSss)
  49.  
  50.      have fun,
  51.       arlin@metronet.com
  52.  
  53.